home *** CD-ROM | disk | FTP | other *** search
- /**
-
- swatch.heap.h
- Copyright (c) 1990, Adobe Systems, Inc.
-
- **/
-
-
- #ifndef _H_SWATCH_HEAP
- #define _H_SWATCH_HEAP
-
- #include "swatch.types.h"
-
- /*******************************************************************************
- **
- ** Public Macros
- **
- **/
-
-
- /*******************************************************************************
- **
- ** Public Constants
- **
- **/
-
-
- /*******************************************************************************
- **
- ** Public Variables
- **
- **/
-
-
- /*******************************************************************************
- **
- ** Public Functions
- **
- **/
-
- void make_current_heap( Display_stat_t *d );
-
-
- #endif /* ifndef _H_SWATCH_HEAP */
-